@import url("font-awesome.css");
@font-face {
    font-family: 'impact-webfont';
    src: url('../fonts/impact-webfont.eot');
    src: url('../fonts/impact-webfont.eot') format('embedded-opentype'),
         url('../fonts/impact-webfont.woff2') format('woff2'),
         url('../fonts/impact-webfont.woff') format('woff'),
         url('../fonts/impact-webfont.ttf') format('truetype'),
         url('../fonts/impact-webfont.svg#impact-webfont') format('svg');
}

html{
	height: 100%;
	overflow-x: hidden;
}
body{
	height: 100%;
}
body{
	font-family: "microsoft yahei", sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}
ul,ol,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
input:focus,button:focus,textarea:focus{
	outline: 0;
}
a {
	color: #333;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
}
a:hover {
	color: #009143;
	text-decoration: none;
}
a:focus,
a:active {
	outline: none;
	text-decoration: none;
}
section{
	padding: 15px 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.container{
	width: 100%;
	max-width: 1630px;
	margin: 0 auto;
}
@media (min-width: 768px) {
	body > section {
  		padding: 25px 0;
	}
}
@media (min-width: 992px) {
	body > section {
  		padding: 35px 0;
	}
}
@media (min-width: 1200px) {
	body > section {
  		padding: 45px 0;
	}
}

.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1;
}

/******************
 * 一键置顶
 *****************/
.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	cursor: pointer;
	background-color: #009143;
	z-index: 1005;
	display: none;
	border-radius:5px;
}
.scrollToTop i {
	line-height: 40px;
	font-size: 16px;
}
.scrollToTop:hover{
	opacity:0.7;
}

/******************
 * 顶栏
 *****************/
 .header-right{
	 height: auto;
	 overflow: hidden;
	 float: right;
}
.lang-bar{
	float: left;
	position: relative;
	z-index: 200;
	height: auto;
	overflow: hidden;
	margin-top: 43px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.lang-bar ul li{
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}
.lang-bar ul li a{
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 50%;
}
.lang-bar ul li a.en{
	background-color: #78c35a;
}
.lang-bar ul li a.cn{
	background-color: #0281ce;
}
.header-form{
	float: left;
	height: auto;
	overflow: hidden;
	border: 1px solid #b9b9b9;
	border-radius: 17px;
	padding: 0 10px;
	margin-top: 43px;
	margin-right: 10px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.header-form button{
	display: block;
	width: 30px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	overflow: hidden;
	float: left;
	background-color: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}
.header-form button i{
	display: inline-block;
	font-size: 24px;
	color: #b9b9b9;
}
.header-form input[type='text']{
	display: block;
	float: left;
	height: 32px;
	line-height: 32px;
	border: 0;
	background-color: transparent;
	width: 140px;
	padding: 0;
	color: #b9b9b9;
	font-size: 14px;
}
.header-codes{
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 13px;
	margin-right: 15px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.header-codes ul li{
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 15px;
}
.header-codes ul li .pic{
	height: auto;
	overflow: hidden;
}
.header-codes ul li .pic img{
	width: 75px;
	height: auto;
}
.header-codes ul li h5{
	text-align: center;
	color: #555;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 20px;
}
.header-tel{
	height: auto;
	overflow: hidden;
	float: left;
	padding-left: 65px;
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 53px;
	margin-right: 15px;
	margin-top: 29px;
}
.header-tel .title{
	color: #555;
	font-size: 16px;
	line-height: 22px;
}
.header-tel .tel-num{
	color: #4b9b04;
	font-size: 30px;
	font-family: 'impact-webfont';
	line-height: 40px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}

@media (min-width: 992px) {
	.lang-bar,
	.header-form{
		margin-top: 28px;
	}
	.header-codes{
		margin-top: 5px;
	}
	.header-codes ul li .pic img{
		width: 60px;
	}
	.header-tel{
		padding-left: 45px;
		margin-top: 24px;
		background-size: 36px;
	}
	.header-tel .tel-num{
		font-size: 24px;
		line-height: 30px;
	}
}
@media (min-width: 1200px) {
	.lang-bar,
	.header-form{
		margin-top: 33px;
	}
	.header-codes{
		margin-top: 5px;
	}
	.header-codes ul li .pic img{
		width: 70px;
	}
	.header-tel{
		padding-left: 45px;
		margin-top: 24px;
		background-size: 36px;
	}
	.header-tel .tel-num{
		font-size: 24px;
		line-height: 30px;
	}
}
@media (min-width: 1400px) {
	.lang-bar,
	.header-form{
		margin-top: 43px;
	}
	.header-codes{
		margin-top: 13px;
	}
	.header-codes ul li .pic img{
		width: 75px;
	}
	.header-tel{
		padding-left: 65px;
		margin-top: 29px;
		background-size: 53px;
	}
	.header-tel .tel-num{
		font-size: 30px;
		line-height: 40px;
	}
}

/******************
 * 导航   *
 *****************/
 .header{
	 background-color: #fff;
 }
.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
	background-color: rgba(255,255,255,.8);
}
.navbar-nav{
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar-collapse{
	border-top: 0;
}
/* first level menu */
.navbar.navbar-default {
	margin: 0px;
	border: none;
	background-color: transparent;
}
.navbar.navbar-default .navbar-nav{
	background-color: #fafafa;
}
/* first level menu items */
.navbar-default .navbar-nav > li > a {
	text-transform: capitalize;
	font-size: 14px;
	color: #131313;
	z-index: 102;
}
.navbar-default .navbar-nav > li > a:hover {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
/* first level active menu items on hover/focus */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #009143;
	background-color: transparent;
}
/* first level active menu items when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
	color: #009143;
	background-color: transparent;
}
/* first level active menu items when clicked */
.main-navigation .navbar-nav > .open > a:active,
.main-navigation .navbar-nav > .open.active > a:active {
	background-color: #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #33CC33;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.main-navigation .navbar-nav > .open > a:active + ul,
.main-navigation .navbar-nav > .open.active > a:active + ul {
	display: none;
}
/* second level menu */
.dropdown-menu {
	min-width: 150px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 0;
	margin: 0;
	background-color: rgba(250,250,250,0.9);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
	z-index: 101;
}
/* second level menu items */
.dropdown-menu > li > a {
	padding: 8px 20px;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px solid #DDDDDD;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
/* second level menu items on focus/hover and when opened */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu .menu > .active > a,
.dropdown-menu .menu > .active > a:hover,
.dropdown-menu .menu > .active > a:focus {
	color: #018fd7;
}
/* third level menu */
.dropdown-menu .dropdown-menu {
	top: -1px;
	left: 100% !important;
	padding-top: 0;
	margin-left: -1px;
	border-left: none;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
	border-top: 1px solid #f1f1f1;
}
/* dropdown animations */
.animated.main-navigation .open .dropdown-menu,
.open .dropdown-animation {
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	/* -webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall; */
}
.open .dropdown-animation {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.animated.main-navigation .dropdown-menu .open .dropdown-menu {
	/* -webkit-animation-name: fadeInLeftSmall;
	animation-name: fadeInLeftSmall; */
}
/* mobile menu toggle button */
.navbar-default .navbar-toggle {
	border: none;
}
/* mobile menu toggle button on hover/focus */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #009143;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #009143;
}
.main-navigation .navbar-brand{
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 50px;
	height: auto;
}
.main-navigation .navbar-brand img{
	height: 40px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;

}
/**** animations **/
@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
/**** fadeInDownSmall *****/
@-webkit-keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*** fadeInLeftSmall ***/
@-webkit-keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.mb-flg{
	width: 40px;
	height: 40px;
	position: relative;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	z-index: 201;
}
.mb-flg span{
	display: block;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	color: #009143;
	font-size: 24px;
	cursor: pointer;
}
.mb-flg ul{
	position: absolute;
	top: 45px;
	min-width: 100%;
	right: 0;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border-radius: 0 0 5px 5px;
	display: none;
	overflow: hidden;
}
.mb-flg ul li{
	border-bottom: 1px solid #eee;
	height: auto;
	overflow: hidden;
	padding: 0 5px;
}
.mb-flg ul li a{
	display: block;
	line-height: 22px;
	color: #333;
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: 8px 50%;
	padding: 10px 10px 10px 36px;
	background-size: 22px;
}
.mb-flg ul li a.en{
	background-image: url(../images/us2.png);
}
.mb-flg ul li a.cn{
	background-image: url(../images/cn2.png);
}

.full-header{
	background-color: #fff;
}
.nav-bar{
	background-color: #FAFAFA;
}
/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.navbar.navbar-default{

		/*background-color: transparent;
		border-color: transparent;*/
		border-radius: 0px;
		border: none;
	}
	.navbar.navbar-default .navbar-nav{
		float: none;
	}
	/*.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}*/
	/*.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-nav li.dropdown a:hover{
		background: none;
	}*/
	/*.main-navigation .navbar-nav {
		float: right;
	}*/
	.navbar-default .navbar-nav > li{
		float: none;
		display: block;
	}

	/*.navbar-default .navbar-nav > li:before,
	.navbar-default .navbar-nav > li:after{
		display: table;
  		content: " ";
	}
	.navbar-default .navbar-nav > li:after{
		clear: both;
	}*/
	/*.navbar-default .navbar-nav > li > a{
		line-height: 40px;
		padding-left: 2px;
		padding-right: 2px;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover{
		color: #33cc33;
	}*/
	.main-navigation .navbar-header{
		float: none !important;
	}
	/*.main-navigation .navbar-header .logo{
		float: left;
	}*/
	/*.main-navigation .navbar-brand{
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		height: 80px;
	}*/
	/*.main-navigation .navbar-brand img{
		height: 50px;
	}*/
	.main-navigation .navbar-toggle{
		display: block;
	}
	.navbar-collapse.collapse{
		display: none !important;
	}
	.collapse.in{
		display: block !important;
	}
}
/* Medium desktop devices */
@media (min-width:992px) {
	.nav-bar{
		height: 48px;
		position: relative;
		background-color: transparent;
		background-image: url(../images/nav-bg.jpg);
		background-repeat: repeat-x;
		background-position: 50% 50%;
	}
	.header{
		border-bottom: 0;
	}
	.main-navigation .navbar-toggle{
		display: none;
	}
	.navbar-collapse.collapse{
		display: block !important;
	}
	.navbar.navbar-default{
		margin: 0px;
		background-color: transparent;
		border-color: transparent;
		border-radius: 0px;
		border: none 0;
	}
	.navbar.navbar-default .navbar-nav{
		background-color: transparent;
	}
	/* .navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	} */
	.main-navigation .navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}
	.main-navigation .navbar-right > li:last-child > .dropdown-menu {
		right: 0;
		left: auto;
	}
	.navbar-nav li.dropdown a:hover{
		background: none;
	}
	.main-navigation .navbar-nav {
		float: right;
	}
	.navbar-default .navbar-nav > li{
		float: left;
		text-align: left;
		width: 14.285714%;
	}
	.navbar-default .navbar-nav > li:before,
	.navbar-default .navbar-nav > li:after{
		display: table;
  		content: " ";
	}
	.navbar-default .navbar-nav > li:after{
		clear: both;
	}
	.navbar-default .navbar-nav > li > a{
		color: #fff;
		line-height: 48px;
		font-size: 14px;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		background-color: transparent!important;
		border-bottom: 0;
	}
	.navbar-default .navbar-nav > li > a > i{
		display: inline-block;
		vertical-align: top;
		font-size: 20px;
		margin-right: 15px;
	}
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover{
		color: #fff;

	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
	    color: #fff;

	}
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
	    color: #fff;

	}
	.main-navigation .navbar-header{
		float: none !important;
	}
	.main-navigation .navbar-header .logo{
		float: left;
	}
	.main-navigation .navbar-brand{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
	}
	.main-navigation .navbar-brand img{
		height: 70px;
	}

	.dropdown-menu{
		border: none;
		background-color: #fff;
		border-radius: 0 0 5px 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		box-shadow: 0 5px 10px rgba(0,0,0,.2);
	}
	.dropdown-menu > li > a{
		color: #555;
		font-size: 14px;
		border-bottom: none;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.dropdown-menu > li > a:hover{
		color: #009143 !important;
	}
	.nav .open > a{
		background-color: #fff!important;
		color: #009143;
	}
	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
		background-color: #fff;
	}

	.full-sub-wrap{
		width: 100%;
		height: auto;
		overflow: hidden;
		background-color: #fff;
		position: absolute;
		left: 0;
		top: 100%;
		right: 0;
		padding: 20px 0;
		z-index: 9999;
		-webkit-transform:perspective(600px) rotateX(-90deg);
		 transform:perspective(600px) rotateX(-90deg);
		 -webkit-transform-origin:top;
		 -ms-transform-origin:top;
		 transform-origin:top;
		 opacity:0;
		 visibility:hidden;
		 border-bottom:2px solid #4b9b04;
		 -webkit-box-shadow:0 0 8px 1px rgba(0,0,0,.1);
		 box-shadow:0 0 8px 1px rgba(0,0,0,.1);
		 -webkit-transition:.3s;
		 -o-transition:.3s;
		 transition:.3s
	}
	.nav-bar:hover .full-sub-wrap{
		opacity:1;
		visibility:visible;
		-webkit-transform:perspective(600px) rotateX(0);
		transform:perspective(600px) rotateX(0);
	}
	.nav-sub-item{
		width: 14.285714%;
		height: auto;
		overflow: hidden;
		position: relative;
		float: left;
		min-height: 1px;
	}
	.nav-sub-item ul li{
		height: auto;
		overflow: hidden;
		font-size: 14px;
		line-height: 30px;
	}

}
/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.main-navigation .navbar-brand img{
		height: 80px;
	}
	.navbar-default .navbar-nav > li{
		width: 166px;
	}
	.main-navigation .navbar-nav > li >a {
		font-size: 16px;
	}
	.navbar-default .navbar-nav > li > a > i{
		font-size: 24px;
	}
	.nav-sub-item{
		width: 166px;
	}
}

@media (min-width:1400px) {
	.main-navigation .navbar-brand img{
		height: 100px;
	}
	.navbar-default .navbar-nav > li{
		width: 180px;
	}
	.nav-sub-item{
		width: 180px;
	}
}

@media (max-width:990px) {
	.navbar-nav .open .dropdown-menu{
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #333;
		background-color: transparent;
	}
	.navbar-default .navbar-nav > li > a {
		border-bottom: 1px solid #f1f1f1;
		color: #333;
	}
	.navbar-default .navbar-nav > li:last-child > a {
		border-bottom: 1px solid transparent;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus{
		color: #009143;
	}
	.main-navigation .navbar-nav > .open > a,
	.main-navigation .navbar-nav > .open > a:hover,
	.main-navigation .navbar-nav > .open > a:focus {
		border-color: #009143;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #009143;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #009143!important;
	}
	.navbar-default .navbar-nav .open .dropdown-menu {
		background-color: #ffffff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 12px 15px 12px 30px;
		color: #666666;
		border-color: #fafafa;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #009143;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding-left: 40px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-menu > li > a {
		padding-left: 60px;
	}
	.dropdown>a:before {
		right: 32px;
	}
	.dropdown .dropdown>a:before {
		right: 36px;
	}

}
.top-search{
	position: absolute;
	top: 5px;
	right: 130px;
}
.top-search > .btn{
	border: none;
	width: 40px;
	height: 40px;
	background-color: transparent;
	padding: 0px;
	line-height: 40px;
	box-shadow: none;
}
.top-search > .btn > i{
	font-size: 30px;
	color: #131313;
}
.top-search > .btn:focus{
	outline: none;
}
.top-search > .dropdown-menu{
	padding: 15px;
	background-color: rgba(255,255,255,.8);
	box-shadow: 0 6px 12px rgba(0,0,0,.2);
}
.top-search .dropdown-menu .form-group{
	margin-bottom: 0px;
}
.top-search .dropdown-menu .form-group .form-control-feedback{
	line-height: 34px !important;
	font-size: 24px;
}
.top-search .dropdown-menu .form-group .form-control:focus{
	border-color: #ddd;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, .6);
}
@media (min-width:768px) {
	.top-search{
		/* padding-top: 15px;
		padding-bottom: 15px; */
	}
	.top-search > .dropdown-menu{
		min-width: 260px;
	}
	.top-search .has-feedback .form-control{
		padding-right: 40px;
	}
}
@media (min-width:992px) {
	.top-search{
		position: relative;
		float: right;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		top: 0;
		right: 0;
	}
}
@media (min-width:1200px) {
	.top-search{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.top-search > .btn > i{
		font-size: 30px;
	}
}

/******************
 * 幻灯样式   *
 *****************/
.section-banner{
	padding: 0;
	position: relative;
}
/******************
 * 底部和版权
 *****************/
footer{
	display: block;
	padding-top: 30px;
	padding-bottom: 0;
	background-color: #9a9a9a;
}
.foot-top-wrap{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #aeaeae;
	padding: 20px 0;
	margin-bottom: 30px;
}
.foot-logo{
	height: auto;
	overflow: hidden;
	float: left;
}
.foot-logo img{
	height: 40px;
	width: auto;
}

.col-foot-x1,
.col-foot-x2,
.col-foot-x3,
.col-foot-x4,
.col-foot-x5,
.col-foot-x6{
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.foot-wrap{
	margin-bottom: 5px;
}
.foot-title{
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 0px;
	position: relative;
	border-bottom: 1px solid #bcbcbc;
}
.foot-title i{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	cursor: pointer;
	font-size: 12px;
}
.foot-title i:before{
	content: "";
	width: 16px;
	height: 1px;
	background-color: #eee;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
}
.col-item .foot-title i:after{
	content: "";
	width: 1px;
	height: 16px;
	background-color: #eee;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
}
.col-item.cur .foot-title i:after{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
.foot-inner{
	height: auto;
	overflow: hidden;
	display: none;
	margin: 10px 0;
}
.foot-list{
	overflow: hidden;
}
.foot-list li{
	font-size: 14px;
	line-height: 30px;
}
.foot-list li a{
	color: #fff;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.foot-list li a:hover{
	color: #009143;
}
.foot-social{
	height: auto;
	overflow: hidden;
	float: right;
}
.foot-social ul li{
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 15px;
}
.foot-social ul li a{
	color: #fff;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.foot-social ul li a i{
	font-size: 30px;
}
.foot-contact-info{
	color: #fff;
	font-size: 14px;
	line-height: 2;
	margin-top: 10px;
}
.foot-contact-info a{
	color: #fff;
}
.full-copyright{
	background-color: #2e7473;
}
.copyright{
	color: rgba(255,255,255,.6);
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}
.copyright a{
	color: rgba(255,255,255,.6);
}
.foot-contact-wrap{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.foot-contact-box{
	width: 64.7%;
	height: auto;
	overflow: hidden;
	float: left;
	padding-right: 20px;
}
.foot-tel{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}
.foot-tel a{
	display: inline-block;
	color: #fff;
}
.ye-wx{
	width: 35.3%;
	height: auto;
	overflow: hidden;
	float: left;
}
.ye-wx img{
	max-width: 100%;
	height: auto;
}
.foot-link{
	height: auto;
	float: right;
	position: relative;
}
.foot-link h5{
	margin: 0;
	color: #fff;
	border: 1px solid #bcbcbc;
	line-height: 48px;
	padding: 0 15px;
	cursor: pointer;
}
.foot-link h5 i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	font-size: 14px;
}
.foot-link ul{
	position: absolute;
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(255,255,255,.3);
	bottom: 100%;
	padding: 10px 10px;
	display: none;
}
.foot-link ul li{
	line-height: 30px;
}
.foot-hot-title{
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}

@media (min-width:768px) {
	.col-foot-x1{
		width: 33.333333%;
	}
	.col-foot-x2{
		width: 33.333333%;
	}
	.col-foot-x3{
		width: 33.333333%;
	}
	.col-foot-x4{
		width: 25%;
	}
	.col-foot-x5{
		width: 25%;
	}
	.col-foot-x6{
		width: 50%;
	}
	.line-960{
		height: 1px;
		width: 100%;
		float: left;
	}
	.foot-title{
		font-size: 14px;
		border-bottom: none;
	}
	.foot-title i{
		display: none;
	}
	.foot-inner{
		display: block !important;
	}
	.foot-logo img{
		height: 80px;
	}
	.foot-social{
		margin-top: 20px;
	}
	.copyright{
		text-align: left;
	}
	.foot-contact-wrap{
		margin-top: 0;
	}
	.foot-tel,
	.foot-hot-title,
	.foot-contact-info{
		text-align: right;
	}
}
@media (min-width:992px) {
	.col-foot-x1{
		width: 33.333333%;
	}
	.col-foot-x2{
		width: 33.333333%;
	}
	.col-foot-x3{
		width: 33.333333%;
	}
	.col-foot-x4{
		width: 25%;
	}
	.col-foot-x5{
		width: 25%;
	}
	.col-foot-x6{
		width: 50%;
	}
	.foot-title{
		font-size: 16px;
	}

}
@media (min-width:1200px) {
	.col-foot-x1{
		width: 14.375%;
	}
	.col-foot-x2{
		width: 16.875%;
	}
	.col-foot-x3{
		width: 13.125%;
	}
	.col-foot-x4{
		width: 13.75%;
	}
	.col-foot-x5{
		width: 11.25%;
	}
	.col-foot-x6{
		width: 30.625%;
	}
}

/******************
 * owl滚动
 *****************/
.my-owl{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.my-owl .item{
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 11;
}
.my-owl .item .pic{
	background-color: #fff;
	height: auto;
	overflow: hidden;
}
.my-owl .item .pic img{
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.my-owl .item .cover{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background-color: rgba(0,0,0,.3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.my-owl .item .cover .title{
	text-align: center;
	color: #fff;
	font-size: 18px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.my-owl .item:hover .cover{
	opacity: 1;
	visibility: visible;
}
.my-owl .item:hover .pic img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.owl-news .item{
	padding: 10px;
	margin: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.owl-news .item .title{
	color: #3a3a3a;
	font-size: 14px;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 10px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.owl-news .item .date{
	color: #8a8a8a;
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
}
.owl-news .item .date i{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.owl-news .item .more{
	color: #8a8a8a;
	font-size: 14px;
	line-height: 30px;
	margin-top: 10px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.owl-news .item .more i{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	margin-left: 5px;
}
.owl-news .item:hover .title,
.owl-news .item:hover .box .more{
	color: #009143;
}
.owl-news .item:hover{
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

.owl-news.owl-theme .owl-controls{
	margin-top: 30px;
}
.owl-news.owl-theme .owl-controls .owl-nav div{
	margin: 0 1px;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #009143;
	color: #009143;
	background-color: #fff;
	width: 90px;
	line-height: 40px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.owl-news.owl-theme .owl-controls .owl-nav div i{
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
}
.owl-news.owl-theme .owl-controls .owl-nav div:hover{
	background-color: #009143;
	color: #fff;
}
.owl-news.owl-theme .owl-dots .owl-dot span{
	width: 50px;
	height: 6px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0 5px;
	padding: 0;
	background-color: #8a8a8a;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-news.owl-theme .owl-dots .owl-dot.active span{
	background-color: #009143;
}

@media (min-width:768px) {
	.owl-news .item .title{
		font-size: 16px;
	}
	.owl-news .item .more{
		margin-top: 20px;
	}
}
@media (min-width:992px) {
	.owl-news .item .title{
		font-size: 18px;
	}
	.owl-news .item .more{
		margin-top: 30px;
	}
}

/******************
 * 首页代码
 *****************/
.new-pro-top{
	text-align: center;
	color: #009143;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
.new-pro-top:after{
	width: 120px;
	height: 3px;
	background-color: #00A7E1;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: -2px;
}
.new-pro-sml{
	text-align: center;
	color: #000000;
	font-size: 12px;
	margin-bottom: 30px;
}
.pro-box{
	margin-bottom: 30px;
	-webkit-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	transition: all ease-in-out .3s;
	padding: 20px;
	margin-top: 20px;
}
.pro-box a{
	display: block;
}
.pro-box:hover{
	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	-webkit-transform:translate3d(0, -5px, 0);
	-moz-transform: translate3d(0,-5px,0);
	-ms-transform: translate3d(0,-5px,0);;
	transform:translate3d(0, -5px, 0);
}
.pro-name{
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
}
.pro-intro{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	margin-top: 10px;
	overflow: hidden;
	max-height: 60px;
}
.cate-box{
	overflow: hidden;
	margin-top: 20px;
}
.cate-name{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
@media (min-width:768px) {
	.new-pro-top{
		font-size: 30px;
	}
	.new-pro-sml{
		font-size: 16px;
	}
	.cate-name{
		font-size: 18px;
	}
	.pro-name{
		font-size: 16px;
	}
	.pro-intro{
		font-size: 14px;
	}
}

.section-about{
	background-color: #fff;
}

.about-head{
	color: #131313;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.25;
	font-family: 'Bonkers';
	position: relative;
	margin-bottom: 15px;
}
.about-head::after{
	width: 40px;
	height: 6px;
	background-color: #009143;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 0;
}
.about-wbname{
	color: #333;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
	padding-bottom: 15px;
}
.about-wbname::after{
	content: '';
	width: 40px;
	height: 3px;
	background-color: #009143;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
}
.about-pic{
	height: auto;
	overflow: hidden;
	position: relative;
}
.about-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.about-outer{
	height: auto;
	position: relative;
	padding: 2.5% 5%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	max-width: 85%;
	margin: 0 auto;
	margin-top: -8%;
	border-radius: 5px;
}
.about-intro{
	color: #333;
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
	font-weight: 200;
	text-align: justify;
	text-align: center;
}
.about-intro a{
	color: #009143;
}
.about-more{
	margin-top: 30px;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.about-more a{
	line-height: 2;
	color: #131313;
	text-decoration: underline;
}
.about-more a:hover{
	color: #009143;
}

.section-service{
	background-color: #f6f6f6;
	padding-bottom: 0;
}
.full-app{
	padding: 1px;
	background-color: #fff;
}
.app-row{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-left: -1px;
	margin-right: -1px;
}
.app-item{
	padding-left: 1px;
	padding-right: 1px;
	position: relative;
	height: auto;
	overflow: hidden;
	float: left;
}
.app-item-1{
	width: 100%;
}
.app-item-2{
	width: 50%;
	padding: 0px 5px 10px 5px;
}
.app-wrap{
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 1px 0;
}
.app-pic{
	height: auto;
	overflow: hidden;
}
.app-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.app-head{
	color: #131313;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Futura-Bold';
	margin-bottom: 15px;
}
.app-small-title{
	color: #131313;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Futura';
	line-height: 1.25;
}
.app-hand-pic{
	height: auto;
	overflow: hidden;
	margin-top: 80px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.app-hand-pic img{
	max-width: 100%;
	height: auto;
}
.app-wrap:hover .app-pic img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.about-icon{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.about-icon ul li{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 5px;
}
.about-icon ul li .num{
	text-align: center;
	color: #000000;
	font-size: 24px;
	line-height: 1.25;
}
.about-icon ul li .title{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
.about-icon ul li .title i{
	display: inline-block;
	vertical-align: middle;
	color: #009143;
	margin-right: 5px;
	font-size: 20px;
}

.section-product{
	background-color: #f6f6f6;
}
.my-tab-wrap{
	height: auto;
	overflow: hidden;
}
.tab-product-content{
	height: auto;
	overflow: hidden;
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 18px;
}
.tab-product-content .tab-item{
	height: auto;
	overflow: hidden;
	position: relative;
}
.tab-product-content .tab-item .tab-table{
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
}
.tab-product-content .tab-item .tab-table .tab-tabcel{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.tab-product-pic{
	height: auto;
	overflow: hidden;
}
.tab-product-pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tab-product-box{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
}
.tab-product-title{
	color: #333;
	font-size: 16px;
	padding-bottom: 15px;
	background-image: url(../images/product-line.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	margin-bottom: 4%;
}
.tab-product-intro{
	height: auto;
	overflow: hidden;
	color: #535349;
	font-size: 12px;
	line-height: 30px;
	max-height: 90px;
	overflow: hidden;
	margin-bottom: 10px;
}
.tab-product-btm{
	height: auto;
	overflow: hidden;
}
.tab-product-btm a{
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	line-height: 34px;
	padding: 0 15px;
	font-size: 12px;
	color: #fff;
	text-transform: capitalize;
	border-radius: 5px;
}
.tab-product-btm a i{
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}
.tab-product-btm a.more{
	background-color: #009143;
}
.tab-product-btm a.contact{
	background-color: #f07c19;
}
.tab-product-lab{
	height: auto;
	overflow: hidden;
	width: 100%;
	float: left;
	margin-top: 15px;
}
.tab-product-lab ul li{
	width: 48%;
	height: auto;
	overflow: hidden;
	margin-bottom: 16px;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	cursor: pointer;
}
.tab-product-lab ul li img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media (min-width: 768px ) {
	.about-head{
		font-size: 24px;
	}
	.about-wbname{
		font-size: 18px;
	}
	.app-head{
		font-size: 24px;
	}
	.app-small-title{
		font-size: 20px;
	}
	.app-hand-pic{
		margin-top: 20px;
	}
	.app-item-1{
		width: 50%;
		padding: 5px;
	}
	.about-icon ul li{
		width: 25%;
	}
	.about-icon ul li .num{
		font-size: 30px;
	}
	.about-icon ul li .title{
		font-size: 16px;
	}
	.tab-product-content{
		width: 74%;
	}
	.tab-product-lab{
		width: 22%;
		float: right;
		margin-top: 0;
	}
	.tab-product-lab ul li{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.tab-product-title{
		font-size: 20px;
	}
	.tab-product-intro{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.tab-product-content .tab-item .tab-table .tab-tabcel{
		display: table-cell;
		width: 50%;
		height: 220px;
		vertical-align: middle;
		overflow: hidden;
	}
	.tab-product-pic{
		height: 220px;
	}
	.tab-product-box{
		padding-left: 7%;
		padding-right: 15px;
		margin-top: 0;
	}
	.tab-product-lab ul li{
		height: 120px;
	}
}
@media (min-width: 992px ) {
	.about-head{
		font-size: 30px;
	}
	.about-wbname{
		font-size: 20px;
	}
	.about-intro{
		font-size: 14px;
	}
	.about-more{
		margin-bottom: 0;
	}
	.app-head{
		font-size: 30px;
	}
	.app-small-title{
		font-size: 24px;
	}
	.app-hand-pic{
		margin-top: 40px;
	}
	.about-icon ul li .num{
		font-size: 40px;
	}
	.about-icon ul li .title{
		font-size: 18px;
	}
	.tab-product-title{
		font-size: 24px;
	}
	.tab-product-intro{
		font-size: 16px;
		margin-bottom: 15%;
	}
	.tab-product-content .tab-item .tab-table .tab-tabcel{
		height: 260px;
	}
	.tab-product-pic{
		height: 260px;
	}
	.tab-product-btm a{
		margin-right: 20px;
		font-size: 14px;
	}
	.tab-product-lab ul li{
		height: 140px;
	}
}
@media (min-width: 1200px ) {
	.about-head{
		font-size: 36px;
	}
	.about-wbname{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.about-intro{
		font-size: 16px;
	}
	.app-head{
		font-size: 36px;
	}
	.app-small-title{
		font-size: 30px;
	}
	.app-hand-pic{
		margin-top: 80px;
	}
	.tab-product-content .tab-item .tab-table .tab-tabcel{
		height: 330px;
	}
	.tab-product-pic{
		height: 330px;
	}
	.tab-product-lab ul li{
		height: 175px;
	}
}
@media (min-width: 1400px ) {
	.app-head{
		font-size: 46px;
	}
	.app-small-title{
		font-size: 40px;
	}
	.app-hand-pic{
		margin-top: 80px;
	}
	.tab-product-content .tab-item .tab-table .tab-tabcel{
		height: 430px;
	}
	.tab-product-pic{
		height: 430px;
	}
	.tab-product-lab ul li{
		height: 225px;
	}
}


.section-case{
	padding: 30px 0;
	background-color: #FFFFFF;
}
.case-top{
	text-align: center;
	color: #009143;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
}
.case-top:after{
	width: 120px;
	height: 3px;
	background-color: #009143;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: -2px;
}
.case-box{
	margin-top: 20px;
}
.case-name{
	font-size: 16px;
	text-align: center;
	margin: 15px 0;
}
.case-img{
	overflow: hidden;
}
.case-img img{
	width: 180px;
	height: 180px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.case-row.row{
	margin-left: -5px;
	margin-right: -5px;
}
.case-date{
	text-align: center;
	font-size: 12px;
	color: #C0C0C0;
	padding-bottom: 15px;
	border-bottom: 1px solid #b0b0b0;
}
.case-intro{
	text-align: center;
	color: #777777;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 20px;
}
@media (min-width: 768px){
	.case-top{
		font-size: 30px;
	}
}
@media (min-width: 992px){

}

.why-box{
	overflow: hidden;
	margin-top: 20px;
}
.why-box a{
	display: block;
}
.why-img{
	overflow: hidden;
	border: 1px solid #e7e7e7;
}
.why-name{
	text-align: center;
	color: #00A7E1;
	margin: 15px 0;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
.why-intro{
	text-align: center;
	color: #5d5d5d;
	font-size: 14px;
	line-height: 1.85;
}
@media (min-width: 992px){
	.why-row.row{
		margin-left: -5px;
		margin-right: -5px;
	}
	.why-row.row .col-sm-6,
	.why-row.row .col-md-3{
		padding-left: 5px;
		padding-right: 5px;
	}
}
.part-sml{
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	color: #6b6b6b;
}
.part-list{
	overflow: hidden;
}
.part-list ul li{
	width: 50%;
	padding: 0 5px;
	float: left;
	margin-top: 20px;
}
.part-list ul li img{
	border: 1px solid #dadada;
}
@media (min-width: 768px){
	.part-list ul li{
		width: 14.285714%;
	}
}
@media (min-width: 992px){
	.part-list ul li{
		width: 14.285714%;
	}
}
@media (min-width: 1200px){
	.part-list ul li{
		width: 14.285714%;
	}
}
.full-link{
	width: 100%;
	padding: 10px 0;
	background-color: #009143;
}
.frd-list{
	overflow: hidden;
}
.frd-list ul li{
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
}
.frd-list ul li.first{
	font-size: 18px;
	text-transform: uppercase;
}
.frd-list ul li.first i{
	margin-left: 10px;
}
.frd-list ul li.firstli{
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/j_08.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 15px;
	font-size: 24px;
}
.frd-list ul li a{
	color: #FFFFFF;
	margin: 0 10px;
}
/** 首页分类 **/
.sort-wrap{
	overflow: hidden;
	margin: 15px 0;
}
.sort-wrap a{
	display: block;
}
.sort-name{
	text-align: center;
	color: #727272;
	font-size: 24px;
	margin-bottom: 15px;
}
.sort-intro{
	text-align: center;
	color: #999999;
	font-size: 14px;
	margin-bottom: 15px;
}
/** 首页新闻 **/
.section-news{
	background-color: #fff;
}
.index-news-head{
	color: #131313;
	font-size: 20px;
	position: relative;
	z-index: 5;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1;
}
.index-news-head span{
	display: inline-block;
	padding: 0 60px;
	position: relative;
}
.index-news-head span::before,
.index-news-head span::after{
	content: '';
	width: 36px;
	height: 2px;
	background-color: #009143;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.index-news-head span::after{
	left: auto;
	right: 0;
}
.news-sml-text{
	text-align: center;
	color: #131313;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.5;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.section-contact{
	background-image: url(../images/need-bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.contact-head{
	color: #000;
	font-size: 20px;
	position: relative;
	text-transform: capitalize;
	text-align: center;
}
.contact-sml-text{
	color: #535349;
	font-size: 14px;
	line-height: 1.75;
	margin-bottom: 30px;
	text-align: center;
}
.need-item{
	height: auto;
	overflow: hidden;
	text-align: center;
}
.need-item .ico{
	height: auto;
	overflow: hidden;
	padding: 20px;
}
.need-item .ico span{
	display: inline-block;
	border-radius: 50%;
	border: 1px solid rgba(230,230,230,.8);
	padding: 6px;
	position: relative;
}
.need-item .ico span i{
	color: #6f6f6f;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 36px;
	border-radius: 50%;
	border: 1px solid rgba(230,230,230,1);
}
.need-item .ico span::before{
	content: '';
	width: calc(100% + 16px);
	width: -webkit-calc(100% + 16px);
	width: -moz-calc(100% + 16px);
	height: calc(100% + 16px);
	height: -webkit-calc(100% + 16px);
	height: -moz-calc(100% + 16px);
	border: 1px solid rgba(230,230,230,.6);
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.need-item .ico span::after{
	content: '';
	width: calc(100% + 32px);
	width: -webkit-calc(100% + 32px);
	width: -moz-calc(100% + 32px);
	height: calc(100% + 32px);
	height: -webkit-calc(100% + 32px);
	height: -moz-calc(100% + 32px);
	border: 1px solid rgba(230,230,230,.4);
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.need-item .title{
	text-align: center;
	font-size: 14px;
	color: #000;
	margin-top: 15px;
}
.need-item .time{
	text-align: center;
	font-size: 12px;
	color: #6f6f6f;
	margin-top: 10px;
}
.need-wechat{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.need-wechat img{
	display: block;
	max-width: 145px;
	height: auto;
	float: left;
	border: 1px solid #e8e8e8;
}


.contact-feedback-wrap{
	height: auto;
	overflow: hidden;
	padding: 20px;
	background-color: rgba(0,0,0,.8);
}
.contact-group{
	height: auto;
	overflow: hidden;
}
.contact-group label{
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	font-weight: 200;
}
.contact-group label i{
	color: #ffaf6e;
	font-style: normal;
}
.contact-group input[type='text'],
.contact-group input[type='file']{
	display: block;
	width: 100%;
	border: 0;
	background-color: rgba(238,238,238,.2);
	line-height: 48px;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	font-family: inherit;
}
.contact-group textarea{
	display: block;
	width: 100%;
	border: 0;
	padding: 5px 10px;
	background-color: rgba(238,238,238,.2);
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	font-family: inherit;
	height: 120px;
}
#yzCode{
	display: inline-block;
	float: left;
	background-color: #fff;
	width: auto;
	border-radius: 25px;
	color: #333;
	padding: 0 25px;
	width: 100px;
	margin-top: 20px;
}
.contact-group img{
	display: inline-block;
	float: left;
	margin-left: 20px;
	vertical-align: middle;
	margin-top: 20px;
}
.contact-group input[type='submit'],
.contact-group button{
	display: inline-block;
	line-height: 48px;
	float: left;
	margin-left: 20px;
	color: #fff;
	border: 0;
	background-color: #b30000;
	padding: 0 45px;
	border-radius: 24px;
	font-size: 16px;
	font-family: inherit;
	text-transform: uppercase;
	margin-top: 20px;
}

@media (min-width:768px) {
	.index-news-head{
		font-size: 24px;
	}
	.news-sml-text{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.contact-head{
		font-size: 24px;
	}
	.contact-sml-text{
		font-size: 16px;
	}
	.need-item .ico{
		padding: 25px;
	}
	.need-item .ico span i{
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 48px;
	}
	.need-item .title{
		font-size: 18px;
	}
	.need-item .time{
		font-size: 14px;
	}

}
@media (min-width:992px) {
	.index-news-head{
		font-size: 30px;
	}
	.contact-head{
		font-size: 34px;
	}
	.news-sml-text{
		margin-bottom: 30px;
	}
}
@media (min-width:1200px) {
	.index-news-head{
		font-size: 34px;
	}
}

/** 首页产品列表 **/
.product-list{
	margin: 15px 0;
}
.product-wrap{
	overflow: hidden;
}
.product-wrap a{
	display: block;
}
.product-img{
	overflow: hidden;
}
.product-name{
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/******************
 * 内页代码
 *****************/
/* 内页Banner */
.inner-banner{
	width: 100%;
}
.section-inner{
	background-color: #fff;
}
/* 侧边导航 */
.min-nav{
	position: relative;
	background-color: #005aaa;
}
.mobile-head{
	color: #fff;
	font-size: 16px;
	float: left;
	text-transform: uppercase;
	padding-top: 13px;
	padding-left: 15px;
	word-spacing: 3px;
}
.min-tabs{
	background-color: #FFFFFF;
	padding: 0;
	position: relative;
	margin-top: 0px;
}
.min-tabs ul li{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	height: auto !important;
}
.min-tabs ul li a{
	display: block;
	background-color: #F5F5F5;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px;
	color: #000;
	position: relative;
}
.min-tabs ul li a:hover{
	color: #33cc33;
}
.min-tabs ul li a i{
	padding-right: 10px;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.min-tabs ul li a:hover i{
	padding-right: 15px;
}
.min-tabs ul li a.active{
	color: #33cc33;
}
.min-tabs > ul > li.dropdown > a::after{
	content: "\f196";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 9px;
	top: 13px;
}
.min-tabs > ul > li.dropdown.open > a::after{
	content: "\f147";
}
.min-tabs .dropdown-menu{
	width: 100% !important;
	position: relative;
}
.min-tabs ul li a:focus{
	/*background-color: #323638;*/
}
.min-tabs > ul > li.dropdown.open > a{
	/*background-color: #323638;*/
}
.min-tabs > ul > li >ul > li{
	border-top: none;
	border-bottom: none;
}
.min-tabs > ul > li > ul > li a{
	/*background-color: #d4d3d3;*/
	color: #333;
	text-transform: none;
}
.min-tabs > ul > li > ul > li a:hover{
	background-color: #fafafa;
	color: #CC0000;
}
.min-nav .icon-bar{
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
@media (min-width:768px) {
	.mobile-head{
		padding-left: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.min-tabs.collapse{
		display: block !important;
		height: auto !important;
	}
}
/* 右边主体 */
.main-top{
	padding-top: 10px;
	padding-left: 0;
	margin-top: 10px;
	border-bottom: 1px solid #DDDDDD;
}
.main-top span{
	display: inline-block;
	float: left;
	color: #33cc33;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}

.main-content{
	padding: 20px;
	background-color: #FFFFFF;
	margin-top: 20px;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
}
.content-body{
	color: #444444;
	font-size: 14px;
	line-height: 2;
}
.content-body img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
@media (min-width:768px) {
	.main-top{
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 0px;
	}
}
/** 联系我们 **/
.contact-form{
	margin-top: 25px;
}
.contact-form .btn-primary{
	font-size: 14px;
	background-color: #33cc33;
	padding-left: 30px;
	padding-right: 30px;
	border: none;
}
/*新闻列表*/
.news-list{
	background-color: #FFFFFF;
	margin-top: -15px;
}
.news-list ul li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #DDDDDD;
	padding: 15px 0;
}
.news-list ul li a{
	display: block;
}
.news-title{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
.new-brief{
	color: #999;
	font-size: 12px;
}
.news-pic{
	width: 100%;
}
.news-pic img{
	display: block;
	max-width: 100%;
}
@media (min-width:768px) {
	.news-title{
		margin-top: 0px;
		font-size: 16px;
	}
}
/* 新闻正文 */
.rel-title{
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.rel-date{
	text-align: center;
	color: #adadad;
	border-top: 1px dashed #ADADAD;
	padding: 10px 0;
	margin-bottom: 15px;
}
/*---------------*/
/**** product ****/
/*---------------*/
.pro-item{
	margin-bottom: 30px;
}
.pro-item a{
	display: block;
	border: 1px solid #D9D9D9;
}
.pro-pic{
	overflow: hidden;
}
.pro-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.pro-title{
	font-size: 14px;
	line-height: 40px;
	margin-top: 10px;
	border-top: 1px solid #D9D9D9;
	padding-left: 15px;
	padding-right: 60px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-title i{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	text-align: center;
	float: right;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #D9D9D9;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-info{
	font-size: 12px;
	color: #888888;
	margin-bottom: 20px;
	margin-top: 10px;
}
.pro-in-title{
	color: #000;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 15px;
}
.pro-in-info{
	margin-top: 20px;
	font-size: 12px;
	line-height: 1.75;
	color: #666666;
}
@media (min-width:768px) {
	.pro-in-title{
		margin-top: 0px;
	}
}

/** tabs codes
 * ==================================
 * **/
.tabs-wrap{
	margin-top: 20px;
}
.tabs-wrap .accordion-handle.active{
	background-color: #009143;
}
.tabs-wrap .tabs-container{
	margin-top: 5;
}
.tabs-wrap .tab-content{
	color: #666666;
	line-height: 2;
	font-size: 14px;
}
.tabs-wrap .tab-content img{
	display: block;
	max-width: 100%;
	height: auto;
}
.tabs-wrap .tabs-list li a i{
	padding-left: 10px;
	color: #f26522;
}
.form-group label{
	font-size: 14px;
	color: #444;
}
@media (min-width:768px) {
	.tabs-wrap .tabs-list li{
		margin-right: 2px;
		padding: 0;
		list-style: none;
		margin-left: 0;
		float: left;
	}
	.tabs-wrap .tabs-list li a:hover{
		background-color: #009143;
		color: #FFFFFF;
	}
	.tabs-wrap .tabs-list li.active a{
		background-color: #009143;
	}
	.tabs-wrap .tabs-list li a:hover i{
		color: #FFFFFF;
	}
	.tabs-wrap .tab-content{
		font-size: 16px;
	}
}

.quo-head{
	color: #000000;
	font-size: 16px;
	text-align: center;
	margin-bottom: 25px;
}
.fm-wap label{
	font-size: 14px;
	color: #666;
}
.fm-wap .btn-primary{
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 10px;
	background-color: #009143;
	line-height: 30px;
	border: none;
	text-transform: uppercase;
	-webkit-transition: all ease-in-out 300ms;
	   -moz-transition: all ease-in-out 300ms;
		-ms-transition: all ease-in-out 300ms;
			transition: all ease-in-out 300ms;
}
.fm-wap .btn-primary:hover{
	background-color: #009143;
}
.shijian{
	margin-top: 6px;
	color: #ADADAD;
}

@media (min-width: 768px) {
	.quo-head{
		font-size: 24px;
	}
}
@media (min-width: 992px) {
	/* index support */
	.spt-row.row{
		margin-left: -20px;
		margin-right: -20px;
	}
	.spt-row .col-md-4{
		padding-left: 20px;
		padding-right: 20px;
	}
	/* end */
	/* index contact */
	.index-cnt{
		font-size: 18px;
	}
	/* end */
	/* 路径导航 */
	.innerpath.breadcrumb{
		float: right;
		margin-bottom: 0px;
		background-color: transparent;
		padding: 0;
		margin-right: 15px;
	}
	.innerpath.breadcrumb li{
		font-size: 14px;
	}
	/* end */
}
@media (min-width: 1200px) {
	/* index support */
	.spt-row.row{
		margin-left: -40px;
		margin-right: -40px;
	}
	.spt-row .col-md-4{
		padding-left: 40px;
		padding-right: 40px;
	}
	/* end */
}

.download-list-outer{
	border: 1px solid #ddd;
	padding: 15px 10px;
	margin-bottom: 25px;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}
.download-list-outer:hover{
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .12);
	box-shadow: 0 0 16px rgba(0, 0, 0, .12);
	background-color: #fff;
}
.download-list-outer .pic{
	overflow: hidden;
	margin-bottom: 15px;
}
.download-list-outer .pic img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}
.download-list-outer:hover .pic img{
	opacity: 0.8;
}
.download-list-outer .intro{
	color: rgb(51,51,51);
	font-size: 14px;
	line-height: 1.5;
}
.download-list-outer .more{
	text-align: right;
	font-size: 14px;
	margin-top: 8px;
	transition: all ease-in-out .8s;
	-webkit-transition: all ease-in-out .8s;
	-moz-transition: all ease-in-out .8s;
	-ms-transition: all ease-in-out .8s;
}
.download-list-outer .more a{
	color: #666;
}
.download-list-outer .more i{
	font-size: 12px;
	padding-right: 5px;
}
.download-list-outer:hover .more a{
	color: #009143;
}

/******************
 * 内页代码,宽屏代码
 *****************/
.full-path .breadcrumb{
	background-color: transparent;
	padding: 0px;
}
.full-path .breadcrumb li i{
	padding-right: 10px;
	font-size: 16px;
	color: #33cc33;
}
.full-main{
	background-color: #FFFFFF;
	padding: 20px;
}
.full-name{
	color: #33cc33;
	font-size: 16px;
	font-weight: bold;
}
.full-content{
	margin-top: 25px;
	line-height: 2;
}
.full-content img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
	margin-bottom: 15px;
}
.full-content video,
.full-content iframe,
.full-content embed{
	max-width: 100%;
	height: auto;
}
.full-map{
	margin-top: 30px;
}
.full-map iframe{
	width: 100%;
	height: 400px;
	overflow: hidden;
	border: 0;
}

.photo-box{
	overflow: hidden;
}
.photo-box a{
	display: block;
}
.photo-pic{
	overflow: hidden;
	border: 1px solid #DDDDDD;
	padding: 10px;
}
.photo-pic img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.photo-title{
	text-align: center;
	height: 45px;
	line-height: 45px;
}

.xinwen-outer{
	border-bottom: 1px solid #EEEEEE;
	padding: 20px 0;
}
.xinwen-outer a{
	display: block;
}
.xinwen-pic{
	border: 1px solid #ddd;
}
.xinwen-title{
	font-size: 16px;
}
.xinwen-intro{
	color: #777;
	font-size: 14px;
	margin-top: 10px;
}
.xinwen-time{
	margin-top: 10px;
	color: #999;
	font-size: 12px;
}

.full-news-list{
	overflow: hidden;
}
.full-news-list ul li{
	padding: 20px 0;
	border-bottom: 2px solid #DDDDDD;
	position: relative;
	margin-top: 20px;
}
.full-news-list ul li:after{
	width: 0px;
	height: 2px;
	background-color: #33cc33;
	position: absolute;
	left: 0px;
	bottom: -2px;
	transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	-moz-transition: all ease-in-out 0.6s;
	-ms-transition: all ease-in-out 0.6s;
}
.full-news-list ul li:hover:after{
	width: 100%;
}
.full-news-list ul li a{
	display: block;
}
.full-news-pic{
	width: 220px;
	float: left;
}
.full-news-rt{
	margin-left: 240px;
}
.full-news-ttl{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
}
.full-news-intro{
	margin-top: 5px;
	color: #666666;
}
.full-date{
	margin-top: 10px;
	font-size: 12px;
	color: #999999;
}
.full-date i{
	padding-right: 10px;
}
.full-news-title{
	text-align: center;
	font-size: 16px;
	color: #000000;
	margin-top: 20px;
}
.full-news-other{
	text-align: center;
	color: #999999;
	font-size: 12px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 15px;
	margin-top: 5px;
}
.full-product-item{
	position: relative;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
  	transform: translateZ(0);
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
  	-webkit-transition-property: transform;
  	transition-property: transform;
}
/*.full-product-item:hover{
	-webkit-box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow:0 10px 20px rgba(0, 0, 0, 0.1);

  	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
  	transform: translateY(-5px);
}*/
.full-product-pic {
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
}
.full-product-item a{
	display: block;
}
.full-product-name{
	text-align: center;
	font-size: 16px;
	padding-top: 15px;
	color: #009143;
}
.full-product-brief{
	text-align: left;
	font-size: 14px;
	color: #666666;
	margin-bottom: 15px;
	margin-top: 5px;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
}
.full-product-more{
	font-size: 14px;
	margin-top: 10px;
}
.full-product-more span{
	display: inline-block;
	line-height: 34px;
	padding: 0 10px;
	border: 1px solid #009143;
}
.full-product-more span i{
	margin-left: 5px;
	color: #009143;
}
.full-product-sort{
	color: #009143;
	font-size: 16px;
	margin-bottom: 20px;
}
.full-product-title{
	color: #000;
	font-size: 20px;
	margin-top: 15px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 20px;
}
.full-product-intro{
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 2;
}
.product-to-buy{
	margin-top: 40px;
	font-size: 0;
}
.product-to-buy a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	background-color: #ED1B24;
	background-image: url(../images/icon_zx.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 30px 0 50px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 10px 10px 10px 0;
}
.full-video-content{
	margin-top: 20px;
}
.full-video-content iframe,
.full-video-content embed{
	display: block;
	width: 90%;
	height: 260px;
	margin: 0 auto;
}
.full-news-name{
	font-size: 16px;
	padding: 0 10px;
	border-top: 1px solid #DDDDDD;
	padding-top: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.full-news-brief{
	font-size: 12px;
	color: #777;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	margin-top: 10px;
	padding: 0 10px;
}
.full-news-time{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 2;
	color: #AAAAAA;
	padding: 0 10px;
}
.full-news-time span{
	display: inline-block;
	vertical-align: initial;
}
.full-news-time span i{
	padding-right: 5px;
}
.full-news-time span.news-time-left{
	float: left;
}
.full-news-time span.clicks{
	float: right;
}
@media (min-width: 768px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 350px;
	}
}
@media (min-width: 768px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 400px;
	}
}
@media (min-width: 1200px) {
	.full-video-content iframe,
	.full-video-content embed{
		height: 500px;
	}
}

.full-sort{
	background-color: #FFFFFF;
	border-bottom: 1px solid #DDDDDD;
	padding: 25px 0;
}
.my-aside{
	width: 100%;
	height: auto;
	min-height: 1px;
	overflow: hidden;
	position: relative;
	float: left;
}
.my-main{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 1px;
	float: left;
	margin-top: 20px;
}
.slide-head{
	line-height: 50px;
	color: #fff;
	background-color: #009143;
	padding-left: 15px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 5px 5px 0 0;
}
.slide-head span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 24px;
}
.slide-head i{
	float: right;
	font-size: 30px;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	display: block;
}
.full-sort-list{
	display: none;
	position: relative;
}
.full-sort-list ul li{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	/*padding: 0 15px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;*/
}
.full-sort-list ul li a{
	display: block;
	padding: 0 15px;
	line-height: 48px;
	height: 48px;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.full-sort-list ul li a i{
	margin-right: 5px;
	font-size: 14px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 5px;
}
.full-sort-list ul li a:hover,
.full-sort-list ul li a.active{
	color: #009143
}
.full-sort-list ul li ul li a{
	display: block;
	color: #333 !important;
	background-color: #fff !important;
	border-bottom: 1px solid #eee !important;

}
.full-sort-list ul li ul li a:hover i,
.full-sort-list ul li ul li a.active i,
.full-sort-list ul li ul li a:hover,
.full-sort-list ul li ul li a.active{
	color: #009143 !important;
}
.white-box-wrap{
	background-color: #FFFFFF;
}
.full-sort-title{
	color: #009143;
	font-size: 14px;
	text-align: left;
	line-height: 24px;
}
.full-sort-title h5{
	margin: 0;
	float: right;
	line-height: 24px;
	font-size: 14px;
}
.full-sort-title h5 i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 14px;
}
.full-sort-title h5 a{
	color: #666;
}
.full-sort-title h5 a:hover{
	color: #009143;
}
.full-line{
	height: 0;
	border-top: 1px solid #DDDDDD;
	margin: 10px 0 25px 0;
}
.full-content{
	margin-top: 25px;
	line-height: 2;
	font-size: 14px;
}
.full-content img{
	max-width: 100%;
	height: auto;
}
.full-content-title{
	text-align: center;
	color: #009143;
	font-size: 20px;
}
.full-content-icon{
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.full-content-icon span{
	display: inline-block;
	margin-right: 5px;
	margin-left: 15px;
	font-size: 20px;
	vertical-align: top;

}
.full-contact-title{
	color: #333333;
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
}
.full-contact-title:after{
	width: 30px;
	height: 1px;
	background-color: #ED1B24;
	position: absolute;
	left: 0;
	bottom: 0;
}
.full-iframe{
	margin-bottom: 20px;
}
.full-iframe iframe{
	width: 100%;
	height: 450px;
	border: none;
}
.full-contact-content{
	color: #565656;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
}
.full-contact-content img{
	max-width: 100%;
	height: auto;
}

.section-soldeeee{
	padding: 30px 0;
	background-color: #FFFFFF;
}
.cmdb-wap{
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.cmdb-wap a{
	display: block;
}
.cmdb-over{
	width: 100%;
	height: 100%;
	background-color: rgba(0,167,225,0);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5;
	opacity: 0;
}
.cmdb-tab{
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
}
.cmdb-tabcel{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.cmdb-icon{
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #FAFAFA;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #009143;
	font-size: 16px;
}
.cmdb-tabcel h4{
	color: #FFFFFF;
	margin-top: 10px;
}
.cmdb-wap:hover .cmdb-over{
	opacity: 1;
	background-color: rgba(0,167,225,0.5);
}
#cmdb.row{
	margin-left: -8px;
	margin-right: -8px;
}
.item-cmdb-1,
.item-cmdb-2{
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	min-height: 1px;
	float: left;
}
.item-cmdb-1{
	width: 100%;
}
.item-cmdb-2{
	width: 100%;
}
@media (min-width: 768px) {
	.item-cmdb-1{
		width: 56%;
	}
	.item-cmdb-2{
		width: 44%;
	}
	.full-sort-title{
		font-size: 16px;
	}
	.full-sort-title h5{
		font-size: 16px;
	}
	.full-content{
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.full-sort-list{
		display: block !important;
	}
	.slide-head i{
		display: none !important;
	}
	.my-aside{
		width: 260px;
	}
	.my-main{
		width: auto;
		padding-left: 30px;
		margin-left: 260px;
		float: none;
		margin-top: 0;
	}
}

.zll-list{
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
}
.zll-list ul li.on a{
	color: #fff;
	background-color: #018FD7;
}
.zll-list ul li a{
		display: block;
		padding: 10px 30px;
	}
	.zll-list ul li{
		width: 100%;
		display: block;
		float: left;
		border-top: solid 1px #e1e1e1;
		border-right: solid 1px #e1e1e1;
		border-left: 1px solid #e1e1e1;
		border-bottom: 1px solid #e1e1e1;
		font-size: 16px;
		margin: 5px;
	}
.zll-wrap{
	padding: 35px 20px;
	border: 1px solid #e1e1e1;
	border-top: none;
}
.yewu-names{
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	position: relative;
}
.yewu-names:before{
	position: absolute;
	left: 0;
	height: 14px;
	width: 2px;
	top: 50%;
	margin-top: -7px;
	content: '';
	background-color: #284f91;
}
.yewu-demo-list{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.yewu-demo-list ul li{
	font-size: 14px;
	line-height: 40px;
	position: relative;
	padding-left: 20px;
}
.yewu-demo-list ul li:before{
	content: "";
	position: absolute;
	left: 0;
	height: 6px;
	width: 6px;
	top: 17px;
	content: '';
	background-color: #f09700;
}

.yewu-good{
	height: 144px;
	overflow: hidden;
	background-image: url(../images/j.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-color: #eff0f2;
	margin-top: 20px;
}
.yewu-good dl dt{
	display: block;
	width: 23%;
	float: left;
	height: 144px;
	background-color: #E6151D;
	padding: 6px;
}
.yewu-good dl dt img{
	display: block;
	margin: 15px auto;
	max-width: 100%;
	height: auto;
}
.yewu-good dl dt h4{
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.yewu-good dl dd{
	width: 77%;
	float: left;
	height: auto;
	overflow: hidden;
	padding: 25px 40px 25px 20px;
	line-height: 24px;
	font-size: 14px;
}
.ywcl-list{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ywcl-list ul li{
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
	padding: 10px;
}
.ywcl-list ul li img{
	max-width: 100%;
	height: auto;
}
.ywcl-list ul li h5{
	text-align: center;
}
.ywfw-list{
	margin-top: 30px;margin-bottom: 20px;
}
.ywfw-list ul li {
	height: auto;
	position:relative;
	min-height: 70px;
}
.ywfw-list ul li span {
	display: inline-block;
	float: left;
	height: 44px;
	background-color: #E6161E;
	line-height: 44px;
	border-top-right-radius: 22px;
	border-bottom-right-radius: 22px;
	font-size: 16px;
	color: #fff;
	padding: 0 22px 0 16px;
	margin-left: 40px;
}
.ywfw-list ul li i {
	display: block;
	width: 56px;
	height: 56px;
	line-height: 50px;
	text-align: center;
	border:solid 3px #E6161E;
	position: absolute;
	left: 0;
	background-color: #fff;
	border-radius: 28px;
	z-index: 1px;
	top: -6px;
	font-size: 30px;
	color: #E6161E;
	font-style: normal;
}
.yewu-value{
	margin-top: 20px;
	height: auto;
	overflow: hidden;
}
.yewu-value ul li{
	padding: 10px;
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
}
.yewu-value ul li img{
	max-width: 100%;
	height: auto;
}
.yewu-value ul li h5{
	text-align: center;
}

.lc-list{
	height:auto;
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
.lc-list ul li {
	float: left;
	height: 70px;
	width: 172px;
	position: relative;
	margin: 12px 0;
	margin-right: 42px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}
.lc-list ul li:before { background: url(../images/bg2.png) no-repeat; width: 30px; height: 70px; position: absolute; right: -28px; top: 0; content: ''; }
.lc-list ul li span { display: block; float: right; background-color: #008dd7; height: 100%; line-height: 48px; width: 138px; margin-left: 40px; padding: 11px 0; padding-left: 10px;}
.lc-list ul li.li2 span{ line-height: 24px; }
.lc-list ul li i { display: block; width: 56px; height: 56px; line-height: 56px; text-align: center; border:solid 3px #0195d8; position: absolute; left: 0;  background-color: #fff; border-radius: 28px; z-index: 1; top: 7px; font-size: 30px; color: #0195d8; font-style: normal; }
.lc-picimg{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.lc-picimg img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.fwys-item{
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.fwys-pic{
	height: auto;
	overflow: hidden;
}
.fwys-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.fwys-title{
	font-size: 18px;
	line-height: 44px;
	color: #008dd7;
	position: relative;
	border-bottom: solid 1px #e1e1e1;
	margin-top: 10px;
}
.fwys-title span{
	display: inline-block;
	line-height: 44px;
	float: left;
	padding: 0 10px;
	position: relative;
}
.fwys-title span:after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #008dd7;
	position: absolute;
	left: 0;
	bottom: -1px;
}
.fwys-con{
	color: #666;
	padding-top: 12px;
	line-height: 24px;
	padding-left: 18px;
	position: relative;
}
.fwys-con:before{
	position: absolute;
	left: 0;
	top: 16px;
	background: url(../images/tb6.png) center center no-repeat;
	width: 14px;
	height: 14px;
}
.yewu-faq{
	margin-top: 20px;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.yewu-faq ul li{
	line-height: 32px;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	height: auto;
	overflow: hidden;
}
.yewu-faq ul li span{
	display: block;
	width: calc(100% - 100px);
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.yewu-faq ul li a{
	width: 100px;
	display: inline-block;
	float: right;
	line-height: 32px;
	text-align: center;
	border: 1px solid #2487dd;
	color: #2487dd;
}
.yewu-faq ul li a:hover{
	color: #fff;
	background-color: #2487dd;
}


@media (min-width: 767px) {
	.ywcl-list ul li{
		width: 20%;
	}
	.yewu-value ul li{
		width: 20%;
	}
	.zll-list{
		padding-bottom: 0;
	}
	.zll-list ul li{
		border-left: none;
		border-bottom: none;
		margin: 0;
		width: auto;
	}
}

@media (min-width: 992px) {

	.zll-list ul li:first-child{
		border-left: 1px solid #e1e1e1;
	}
	.ywcl-list ul li{
		width: 20%;
	}
}

.form-group input[type='file'],
.form-group input[type="text"]{
	display: block;
	width: 100%;
	line-height: 40px;
	padding: 0 15px;
	border: 1px solid #eee;
	box-shadow: none;
}
.form-group textarea{
	display: block;
	width: 100%;
	line-height: 25px;
	padding: 6px 15px;
	border: 1px solid #eee;
	height: 90px;
	box-shadow: none;
}
.form-group textarea:focus{
	border-color: #eee;
	box-shadow: none;
}
.form-group button{
	display: inline-block;
	line-height: 40px;
	border-radius: 5px;
	padding: 0 50px;
	color: #fff;
	text-transform: uppercase;
	background-color: #009143;
	border: none;
}
.service-bgc1{
	background-color: #F9F9F9;
}
.service-bgc2{
	background-color: #fff;
}
.service-head{
	text-align: center;
	font-size: 24px;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 30px;
}
.service-head::after{
	content: '';
	width: 40px;
	height: 2px;
	background-color: #009143;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
}
.faq-panel{
	height: auto;
	overflow: hidden;
}
.faq-panel .item{
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.faq-panel .item .title{
	position: relative;
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 0 15px;
	line-height: 44px;
	font-size: 16px;
	cursor: pointer;
}
.faq-panel .item .title::before{
	content: '';
	width: 20px;
	height: 2px;
	background-color: #000000;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: 15px;
}
.faq-panel .item .title::after{
	content: '';
	width: 2px;
	height: 20px;
	background-color: #000000;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 24px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.faq-panel .item .title.on::after{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	opacity: 0;
	visibility: hidden;
}
.faq-panel .item .title.on{
	color: #009143;
}
.faq-panel .item .intro{
	padding: 15px 20px;
	border: 1px solid #ddd;
	border-top: 0;
	font-size: 14px;
	line-height: 2;
	display: none;
}
.down-wrap{
	border: 1px solid #ddd;
	padding: 15px 50px 15px 25px;
	background-color: #fff;
	position: relative;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.down-wrap a{
	display: block;
}
.down-wrap .title{
	font-size: 16px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.down-wrap .intro{
	font-size: 14px;
	line-height: 2;
	margin-top: 5px;
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.down-wrap::after{
	font-family: 'iconfont';
	content: "\e6be";
	font-size: 30px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.down-wrap:hover{
	background-color: #009143;
}
.down-wrap:hover .title,
.down-wrap:hover .intro{
	color: #fff;
}
.down-wrap:hover::after{
	color: #fff;
}


/*-----蔡新增微调-------------*/
.top_zone{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #ccc;
}
#top_zone1{
  background: #f9f9f9;
}
#top_zone2{
	color:#ccc;
}
#top_l a{
	/*用于多城市链接*/
	margin-left:10px;
}
#top_zone2 a{
	color: #ccc;
}
#top_link{
	float: left;
  margin-right: 20px;
}
#top_link a{
	margin-left:10px;
}
#top_link a i{
	font-size:18px;
	margin-right:10px;
}
#footer_lxxx img{
	max-width:25px;
	height:auto;
	display:block;
	margin-bottom: 0!important;
}
#footer_lxxx tr td{
	padding-bottom:10px;
}
/*---分页--*/
.pagination{
	padding: 20px 0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	width:100%;
	overflow: hidden;
}

.pagination a{
	display:inline-block;
	*display:inline;
	*zoom:1;
	padding:3px 10px;
	border:1px solid #ccc;
	margin:0 2px;
}
.pagination .current{
	background:#009143;
	border-color:#009143;
	color:#FFF;
	font-weight:700;
}
.pro-relate {
    color: #009143;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.owl-dots{
	margin-top:30px;
}
.owl-pro-inner .owl-controls .owl-nav div{
	width:30px;
	height:30px;
	padding:0;
	line-height:30px;
	background:#333;
}
.maplist dl{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.maplist dl dt{
	display:block;
	line-height:30px;
	background:#f0f0f0;
	font-size:18px;
	text-indent:25px;
	font-weight:normal;
}
.maplist dl dd{
	margin-top:20px;
	padding-left:30px;
}
.maplist dl dd a{
	margin-right:30px;
}
.owl-inner-titles{
	margin-top:10px;
	text-align:center;
}
.downloadlist li a{
	display: block;
}
.downloadlist li i{
	margin-right: 10px;
}
.downloadlist li:hover{
	background: #f0f0f0;
}
.downloadlist li:hover .badge{
	background: #e60012;
}
.about-pic img{
	max-width: 100%;
	height: auto;
	display: block;
}
footer #footer_lxxx img{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.shangxiapian{
	padding-top:20px;
	margin-top:20px;
	border-top:1px dashed #c8c8c8;
}
.shangxiapian li{
	line-height:30px;
}
.copyright a,.websupport a{
  color: #fff;
}
.biaoge{
	width:100%;
	border-collapse:collapse;
}
.biaoge tr td,.biaoge tr th{
	border:#ccc solid 1px;
    padding:10px 0 10px 15px;
}
.biaoge tr th,.biaoge .down_b{
	background:#fff;
}
.biaoge .fa-caret-right{
	margin-right:10px;
}
.biaoge .fa-cloud-download{
	font-size:30px;
	margin:0px auto;
	display:block;
	text-align:center;
	margin-left:-15px;
}
.xinghao_btn{
	margin-bottom:25px;
}